home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 71
/
MOBICLIC 71.ISO
/
mac
/
DATA
/
COMMUN
/
temp0001
/
00251_Script_GESTION_BTON_REPONSE_RECRE
< prev
next >
Wrap
Text File
|
2004-12-05
|
514b
|
22 lines
property p_cettePiste, p_Nodepiste,p_nom_Acteur
----------------------------------
on beginsprite me
p_Nodepiste = me.spriteNum
p_cettePiste = sprite(p_Nodepiste)
p_nom_Acteur = p_cettePiste.member.name
end
-----------------------------------
on mouseLeave
if the pauseState = 1 then exit
cursor -1
end
-----------------------------------
on mouseUp
if the pauseState = 1 then exit
cursor -1
coupeson(3)
niveauson()
go marker(+1)
end
-----------------------------------